home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.StdFile < prev    next >
Encoding:
Text File  |  1992-02-26  |  1.1 KB  |  49 lines  |  [TEXT/MPS ]

  1. ; File:  E16.StdFile
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badPromptDesc GEQU $1701
  9. badOrigNameDesc GEQU $1702
  10. badReplyNameDesc GEQU $1704
  11. badReplyPathDesc GEQU $1705
  12. badCall GEQU $1706
  13. sfNotStarted GEQU $17FF
  14. noDisplay GEQU $0000 ; file not to be displayed
  15. noSelect GEQU $0001 ; file displayed, but not selectable
  16. displaySelect GEQU $0002 ; file displayed and selectable
  17. sfWildAuxType GEQU $8000
  18. sfMatchFileType GEQU $8000
  19. sfWildFileType GEQU $4000
  20. sfMatchAuxType GEQU $4000
  21. sfDisplayGrey GEQU $2000
  22. ; offset constants for SFReplyRec
  23. ogood GEQU 0
  24. ofileType GEQU 2
  25. oauxFileType GEQU 4
  26. ofilename GEQU 6
  27. ofullPathname GEQU 22
  28. ; offset constants for SFReplyRec2
  29. ;ogood GEQU 0
  30. ;ofileType GEQU 2
  31. oauxType GEQU 4
  32. onameRefDesc GEQU 8
  33. onameRef GEQU 10
  34. opathRefDesc GEQU 14
  35. opathRef GEQU 16
  36. ; offset constants for SFMultiReplyRec
  37. ;ogood GEQU 0
  38. onamesHandle GEQU 2
  39. ; offset constants for namesHandle record
  40. obufferLength GEQU 0
  41. ofileEntryArray GEQU 2
  42. ; offset constants for fileEntryArray entry
  43. sfFileType GEQU 0
  44. sfAuxType GEQU 2
  45. sfNameLength GEQU 6
  46. sfPrefix1 GEQU 7
  47. sfPrefix2 GEQU 8
  48. sfName GEQU 9
  49.